home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / xibm.zip / README < prev   
Text File  |  1992-03-24  |  1KB  |  27 lines

  1. This is the device dependent source for an X11R5 server for the IBM RT
  2. and PS/2.  It supports the apa16 and megapel displays on the RT and the
  3. 8514 display on the PS/2.
  4.  
  5. The files here do not need to be installed anywhere special.  If you
  6. have installed them in the X build tree, just run
  7.  
  8.     imake -I<top>/config -DTOPDIR=<top>
  9.  
  10. where <top> is a relative path like ../..
  11.  
  12. The R5 apa16 code is faster than the R4 code.  Text drawing is 50% faster,
  13. scrolling is about 10% faster, and wide rectangles are 50 times faster (this
  14. is in addition to the device independent improvements).  According to x11perf,
  15. text drawing is about 70% as fast as a monochrome DECstation 3100 (Ultrix 4.2
  16. X server) and scrolling is a little faster.
  17.  
  18. There are bugs in the megapel server when using backing store.  Turning
  19. off backing store will not only prevent some bugs, it is also likely to
  20. make the server faster: the megapel is slow copying images, so it is faster
  21. for a program to redraw the screen than it is for the megapel to copy a
  22. region from memory or the swap device.
  23.  
  24.     --John Carr (jfc@athena.mit.edu)
  25.  
  26.  
  27.